Platform Explorer / Nuxeo Platform LTS 2019 10.10

Extension point configuration

Documentation

Used to the default behavior of the service

Contribution Descriptors

  • Class: org.nuxeo.vision.core.service.VisionDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-vision-core-1.3.4.jar /OSGI-INF/computer-vision-service.xml
    <extension point="configuration" target="org.nuxeo.vision.core.service">
        <configuration>
          <pictureMapperChainName>javascript.PictureVisionDefaultMapper</pictureMapperChainName>
          <videoMapperChainName>javascript.VideoVisionDefaultMapper</videoMapperChainName>
          <defaultProviderName>google</defaultProviderName>
        </configuration>
      </extension>